
.w-bg{
	padding: 20px;
	background: #fff;
}
.top{
	height:193px;
}
.logo{
	margin-top:41px;
}
.clearboth{
	clear: both;
}
.input-text{
	position: absolute;
	right: 0;
	top: 0;
	text-indent: 2em;
	font-size: 16px;
	width: 385px;
	height:40px;
	background:url(search.png);
}
input::-ms-clear{display:none;}
.form{
	margin-top: 61px;
	width: 385px;
	position: relative;
}
.input-sub{
	line-height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height:38px;
	background: none;
	color: #fff;
}
.nav{
	height: 64px;
	border-bottom: 4px solid #0060ac;
}
.nav a{
	border-right: 1px solid #5ca6e0;
	float: left;
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	display: block;
	background: #0576d0;
	/* width: 240px; */
	width: 200px;
	height: 60px;
}
.nav a img{
	padding-right: 5px;
	margin-top: -5px;
}
.nav a:hover{
	background: #0060ac;
	color: #fff;
}




.foot{
	margin-top: 20px;
	border-top: 1px solid #dfdfdf;
	height: 100px;
}
.red{
	margin-top: 30px;
	margin-left: 12px;
}
.f-text{
	margin-top: 20px;
	width: 655px;
	margin-left: 20px;
}
.f-text a{
	font-size: 14px;
	margin-right: 5px;
	color: #7b7b7b;
}
.f-text a:hover{
	color: red;
}
.f-text span{
	margin-right: 5px;
	margin-left: 5px;
	font-size: 14px;
	color: #7b7b7b;
}
.f-text p{
	font-size: 14px;
	color: #7b7b7b;
	line-height: 25px;
}
.wx{
	margin-right: 10px; 
	margin-top: 15px;
}
.jc{
	margin-right:50px; 
	margin-top:33px;
}


/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
    width: 5px;
    background-color: #eaeaea;
}
 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius:2.5px;
    background-color: #F5F5F5;
}
 
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
    border-radius: 2.5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #0085ce;
}
